home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishinstanceinfodetails.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.8 KB  |  54 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\instance.gif" height="16" width="16" alt="instance info">Instance Info - Details</h1>
  18.                     Use the <b>Details</b> tab to view or modify the name and descriptions of this 
  19.                     instance info.
  20.                     <UL>
  21.                         <li>
  22.                             <b>Interface tModel:</b> The name of the tModel this instance info refers to.
  23.                         </li>
  24.                         <li>
  25.                             <b>tModel Key:</b> Displays the unique key that is associated with the tModel that is referenced by this instance info. It is used during programmatic queries.
  26.                         </li>
  27.                         <li>
  28.                             <b>Description:</b> Lists descriptions of this instance info and the 
  29.                             language for which each description is written.
  30.                         </li>
  31.                         <ul>
  32.                             <li class="action">
  33.                                 Click <b>Add Description</b> to add a description.
  34.                             </li>
  35.                             <li class="action">
  36.                                 Click <b>Edit</b> to modify a description.
  37.                             </li>
  38.                             <li class="action">
  39.                                 Click <b>Delete</b> to delete a description.
  40.                             </li>
  41.                         </ul>
  42.                     </UL>
  43.                     <H3>More Information</H3>
  44.                     
  45.                         <!-- #include file = "glossary.instanceinfo.htm" -->
  46.                     
  47.                 </td>
  48.             </tr>
  49.         </table>
  50.         <!-- #include file = "publish.footer.htm" -->
  51.     </body>
  52. </html>
  53.  
  54.